home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 6901 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: gryphon.phoenix.net!usenet
  2. From: brucew@phoenix.net (Bruce Wedding)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Weird Problem with arrays
  5. Date: Fri, 16 Feb 1996 03:07:19 GMT
  6. Organization: BranPaul Systems
  7. Message-ID: <4g0sdt$6lb@gryphon.phoenix.net>
  8. References: <4fr2ad$8ch@metro.usyd.edu.au>
  9. NNTP-Posting-Host: dial32.phoenix.net
  10. X-Newsreader: Moe's Newsreader    
  11.  
  12. > Recently I 
  13. >changed one of these variables from an int to an integer array, (and also 
  14. >changed all references to the variable in the program to reflect this of 
  15. >course). However, now at least one of the character arrays appears to have
  16. >been corrupted by this action. Specifically when I search it, it doesn't
  17. >seem to contain the data that it should.
  18.  
  19. You posta no code, you getta no answer :)  One would surmise that
  20. you are overrunning your array bounds somewhere.  That is what I
  21. would look for.
  22.  
  23. Bruce D. Wedding                        Have Compiler, Will Travel!
  24.               Perspicacious Programming Performed Promptly
  25. Katy, Texas, USA, Planet Earth, Milkyway Galaxy, Known Universe
  26.  
  27.